Click or drag to resize

SipClientAcceptRequest Method (Request)

Sends "OK" response with status code 200.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Response AcceptRequest(
	Request request
)

Parameters

request
Type: Independentsoft.SipRequest
The received request to accept.

Return Value

Type: Response
The response sent.
See Also